Fire-Workflow-Engine-All-In-One-20090208 包含全部文档,中文注释
标签: Fire-Workflow-Engine-All-In-One 20090208 文档
上传时间: 2014-01-22
上传用户:杜莹12345
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
标签: C. hamsterdb structure database
上传时间: 2013-12-11
上传用户:LouieWu
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
标签: array B. Distributed has
上传时间: 2013-12-25
上传用户:洛木卓
游戏开发大全-game.programming.all.in.one
标签: programming game all one
上传时间: 2013-06-30
上传用户:eeworm
厚达1000页的游戏编程书籍Game Programming All in One Bruno Miguel Teixeira de Sousa
标签: Programming Teixeira Miguel Bruno
上传时间: 2014-01-01
上传用户:15071087253
all in one 嵌入式系统平台白皮书
上传时间: 2015-08-15
上传用户:569342831
Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结束:dis即为所有点对的最短路径矩阵 3)算法小结:此算法简单有效,由于三重循环结构紧凑,对于稠密图,效率要高于执行|V|次Dijkstra算法。时间复杂度O(n^3)。 考虑下列变形:如(I,j)∈E则dis[I,j]初始为1,else初始为0,这样的Floyd算法最后的最短路径矩阵即成为一个判断I,j是否有通路的矩阵。更简单的,我们可以把dis设成boolean类型,则每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”来代替算法描述中的蓝色部分,可以更直观地得到I,j的连通情况。
标签: Floyd-Warshall Shortest Pairs Paths
上传时间: 2013-12-01
上传用户:dyctj
微软Office.Project.2007傻瓜系列教材].Microsoft.Office.Project.2007.All.in.One.Desk.Reference.For.Dummies
标签: Project Office 2007 Microsoft
上传时间: 2016-04-03
上传用户:mhp0114
Games programming all in one code chapter 15
标签: programming chapter Games code
上传时间: 2013-12-15
上传用户:水中浮云
Games programming all in one code chapter 17
标签: programming chapter Games code
上传时间: 2013-12-25
上传用户:leixinzhuo